home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / alt00 / 00029.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  222 b   |  12 lines

  1. on exitFrame
  2.   if the mouseCast <> the castNum of sprite 20 then
  3.     if the mouseCast <> the castNum of sprite 21 then
  4.       go("wait")
  5.     end if
  6.   end if
  7.   if the mouseDown then
  8.     go("ven2")
  9.   end if
  10.   go("ven1A")
  11. end
  12.